home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / share / 39 / _SETUP.1 / Qimage.exe / 0 / RCDATA / TFORM6 / TFORM6.txt
Text File  |  2000-07-30  |  22KB  |  668 lines

  1. object Form6: TForm6
  2.   Left = 334
  3.   Top = 66
  4.   Width = 790
  5.   Height = 590
  6.   Caption = 'Full Page Editor'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   OnClose = FormClose
  15.   OnDeactivate = FormDeactivate
  16.   OnMouseMove = FormMouseMove
  17.   OnResize = FormResize
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 10
  22.     Top = 507
  23.     Width = 4
  24.     Height = 16
  25.     Visible = False
  26.   end
  27.   object Label13: TLabel
  28.     Left = 10
  29.     Top = 532
  30.     Width = 484
  31.     Height = 16
  32.     Caption = 
  33.       'Manual placement of selected image: drag center to move, lower r' +
  34.       'ight corner to size'
  35.   end
  36.   object PMultiImage1: TPMultiImage
  37.     Left = 10
  38.     Top = 10
  39.     Width = 492
  40.     Height = 492
  41.     Hint = 
  42.       'Drag image(s) using the upper left corner to place them at any l' +
  43.       'ocation.  Drag images using the lower right corner to resize.  R' +
  44.       'ight click on image for a list of options.'
  45.     GrabHandCursor = 5
  46.     Scrolling = True
  47.     ShowScrollbars = True
  48.     B_W_CopyFlags = [C_DEL]
  49.     Color = clBtnFace
  50.     ImageName = 'file not found'
  51.     ImageReadRes = lAutoMatic
  52.     BlitMode = sLight
  53.     ImageWriteRes = sAutoMatic
  54.     TifSaveCompress = sNONE
  55.     TiffPage = 0
  56.     TiffAppend = False
  57.     JPegSaveQuality = 25
  58.     JPegSaveSmooth = 5
  59.     OnMouseDown = PMultiImage1MouseDown
  60.     OnMouseMove = PMultiImage1MouseMove
  61.     OnMouseUp = PMultiImage1MouseUp
  62.     RubberBandBtn = mbLeft
  63.     ScrollbarWidth = 12
  64.     ParentColor = True
  65.     ParentShowHint = False
  66.     PopupMenu = PopupMenu1
  67.     ShowHint = False
  68.     Stretch = True
  69.     TextLeft = 0
  70.     TextTop = 0
  71.     TextRotate = 0
  72.     TabOrder = 3
  73.     TabStop = False
  74.     ZoomBy = 10
  75.   end
  76.   object GroupBox2: TGroupBox
  77.     Left = 512
  78.     Top = 10
  79.     Width = 257
  80.     Height = 250
  81.     Caption = 'Image'
  82.     TabOrder = 0
  83.     object Label2: TLabel
  84.       Left = 10
  85.       Top = 20
  86.       Width = 63
  87.       Height = 16
  88.       Caption = 'File Name:'
  89.     end
  90.     object Label3: TLabel
  91.       Left = 5
  92.       Top = 39
  93.       Width = 65
  94.       Height = 16
  95.       Caption = 'Resolution:'
  96.     end
  97.     object Label4: TLabel
  98.       Left = 25
  99.       Top = 59
  100.       Width = 49
  101.       Height = 16
  102.       Caption = 'Created:'
  103.     end
  104.     object Label12: TLabel
  105.       Left = 32
  106.       Top = 231
  107.       Width = 198
  108.       Height = 16
  109.       Caption = 'Lt click=select, Rt click=options'
  110.       Font.Charset = ANSI_CHARSET
  111.       Font.Color = clGreen
  112.       Font.Height = -13
  113.       Font.Name = 'Arial'
  114.       Font.Style = [fsBold]
  115.       ParentFont = False
  116.     end
  117.     object Label14: TLabel
  118.       Left = 111
  119.       Top = 187
  120.       Width = 25
  121.       Height = 16
  122.       Caption = '0.00'
  123.     end
  124.     object Label15: TLabel
  125.       Left = 111
  126.       Top = 217
  127.       Width = 25
  128.       Height = 16
  129.       Caption = '0.00'
  130.     end
  131.     object Label16: TLabel
  132.       Left = 62
  133.       Top = 203
  134.       Width = 25
  135.       Height = 16
  136.       Caption = '0.00'
  137.     end
  138.     object Label17: TLabel
  139.       Left = 160
  140.       Top = 203
  141.       Width = 25
  142.       Height = 16
  143.       Caption = '0.00'
  144.     end
  145.     object Label18: TLabel
  146.       Left = 5
  147.       Top = 187
  148.       Width = 49
  149.       Height = 16
  150.       Caption = 'Location'
  151.     end
  152.     object GroupBox1: TGroupBox
  153.       Left = 5
  154.       Top = 76
  155.       Width = 247
  156.       Height = 112
  157.       Caption = 'Actual Print Size (in)'
  158.       TabOrder = 1
  159.       object Label7: TLabel
  160.         Left = 69
  161.         Top = 59
  162.         Width = 100
  163.         Height = 16
  164.         Caption = 'Apply Change to:'
  165.       end
  166.       object Label5: TLabel
  167.         Left = 79
  168.         Top = 34
  169.         Width = 7
  170.         Height = 16
  171.         Caption = 'x'
  172.       end
  173.       object BitBtn3: TBitBtn
  174.         Left = 15
  175.         Top = 79
  176.         Width = 99
  177.         Height = 27
  178.         Hint = 'Apply the above bounds to ONLY the currently selected image.'
  179.         Caption = 'Selected'
  180.         ParentShowHint = False
  181.         ShowHint = True
  182.         TabOrder = 3
  183.         OnClick = BitBtn3Click
  184.         Glyph.Data = {
  185.           76010000424D7601000000000000760000002800000020000000100000000100
  186.           0400000000000001000000000000000000001000000010000000000000000000
  187.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  188.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  189.           555555555555555555555555555555555555555555FF55555555555559055555
  190.           55555555577FF5555555555599905555555555557777F5555555555599905555
  191.           555555557777FF5555555559999905555555555777777F555555559999990555
  192.           5555557777777FF5555557990599905555555777757777F55555790555599055
  193.           55557775555777FF5555555555599905555555555557777F5555555555559905
  194.           555555555555777FF5555555555559905555555555555777FF55555555555579
  195.           05555555555555777FF5555555555557905555555555555777FF555555555555
  196.           5990555555555555577755555555555555555555555555555555}
  197.         NumGlyphs = 2
  198.       end
  199.       object BitBtn4: TBitBtn
  200.         Left = 133
  201.         Top = 79
  202.         Width = 100
  203.         Height = 27
  204.         Hint = 'Apply the above bounds to ALL images in the queue.'
  205.         Caption = 'All'
  206.         ParentShowHint = False
  207.         ShowHint = True
  208.         TabOrder = 4
  209.         OnClick = BitBtn4Click
  210.         Glyph.Data = {
  211.           76010000424D7601000000000000760000002800000020000000100000000100
  212.           0400000000000001000000000000000000001000000010000000000000000000
  213.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  214.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  215.           3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  216.           3333333777333777FF33339993707399933333773337F3777FF3399933000339
  217.           9933377333777F3377F3399333707333993337733337333337FF993333333333
  218.           399377F33333F333377F993333303333399377F33337FF333373993333707333
  219.           333377F333777F333333993333101333333377F333777F3FFFFF993333000399
  220.           999377FF33777F77777F3993330003399993373FF3777F37777F399933000333
  221.           99933773FF777F3F777F339993707399999333773F373F77777F333999999999
  222.           3393333777333777337333333999993333333333377777333333}
  223.         NumGlyphs = 2
  224.       end
  225.       object Edit1: TEdit
  226.         Left = 10
  227.         Top = 25
  228.         Width = 60
  229.         Height = 24
  230.         Hint = 
  231.           'Enter the horizontal print bound (maximum horizontal print size)' +
  232.           '.  You may enter the horizontal measurement or the number of pri' +
  233.           'nts to fit across the paper (ex: enter 2x for two prints across,' +
  234.           ' etc).  '
  235.         ParentShowHint = False
  236.         ShowHint = True
  237.         TabOrder = 0
  238.       end
  239.       object BitBtn9: TBitBtn
  240.         Left = 167
  241.         Top = 25
  242.         Width = 71
  243.         Height = 27
  244.         Hint = 
  245.           'Swap horizontal/vertical bounds.  Use this button to rotate rect' +
  246.           'angular (non-square) images 90 degrees CCW for better fit on the' +
  247.           ' page.  "For best fit, rotate:" must be set to "Image" on the ma' +
  248.           'in screen to have this affect.'
  249.         Caption = 'Swap'
  250.         ParentShowHint = False
  251.         ShowHint = True
  252.         TabOrder = 2
  253.         OnClick = BitBtn9Click
  254.         Glyph.Data = {
  255.           76010000424D7601000000000000760000002800000020000000100000000100
  256.           0400000000000001000000000000000000001000000010000000000000000000
  257.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  258.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  259.           33333333333333333333333333333333333333333333333333FF333333333333
  260.           3000333333FFFFF3F77733333000003000B033333777773777F733330BFBFB00
  261.           E00033337FFF3377F7773333000FBFB0E000333377733337F7773330FBFBFBF0
  262.           E00033F7FFFF3337F7773000000FBFB0E000377777733337F7770BFBFBFBFBF0
  263.           E00073FFFFFFFF37F777300000000FB0E000377777777337F7773333330BFB00
  264.           000033333373FF77777733333330003333333333333777333333333333333333
  265.           3333333333333333333333333333333333333333333333333333333333333333
  266.           3333333333333333333333333333333333333333333333333333}
  267.         NumGlyphs = 2
  268.       end
  269.       object Edit2: TEdit
  270.         Left = 98
  271.         Top = 25
  272.         Width = 61
  273.         Height = 24
  274.         Hint = 
  275.           'Enter the vertical print bound (maximum vertical print size).  Y' +
  276.           'ou may enter the vertical measurement or the number of prints to' +
  277.           ' fit down the paper (ex: enter 2x for two prints down, etc).  '
  278.         ParentShowHint = False
  279.         ShowHint = True
  280.         TabOrder = 1
  281.       end
  282.     end
  283.     object BitBtn5: TBitBtn
  284.       Left = 165
  285.       Top = 49
  286.       Width = 86
  287.       Height = 27
  288.       Hint = 'Click to view detailed image information'
  289.       Caption = 'Details'
  290.       ParentShowHint = False
  291.       ShowHint = True
  292.       TabOrder = 0
  293.       OnClick = BitBtn5Click
  294.       Glyph.Data = {
  295.         76010000424D7601000000000000760000002800000020000000100000000100
  296.         0400000000000001000000000000000000001000000010000000000000000000
  297.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  298.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  299.         555555FFFFFFFFFF55555000000000055555577777777775FFFF00B8B8B8B8B0
  300.         0000775F5555555777770B0B8B8B8B8B0FF07F75F555555575F70FB0B8B8B8B8
  301.         B0F07F575FFFFFFFF7F70BFB0000000000F07F557777777777570FBFBF0FFFFF
  302.         FFF07F55557F5FFFFFF70BFBFB0F000000F07F55557F777777570FBFBF0FFFFF
  303.         FFF075F5557F5FFFFFF750FBFB0F000000F0575FFF7F777777575700000FFFFF
  304.         FFF05577777F5FF55FF75555550F00FF00005555557F775577775555550FFFFF
  305.         0F055555557F55557F755555550FFFFF00555555557FFFFF7755555555000000
  306.         0555555555777777755555555555555555555555555555555555}
  307.       NumGlyphs = 2
  308.     end
  309.   end
  310.   object GroupBox3: TGroupBox
  311.     Left = 512
  312.     Top = 260
  313.     Width = 257
  314.     Height = 73
  315.     Caption = 'Page'
  316.     TabOrder = 1
  317.     object Label10: TLabel
  318.       Left = 6
  319.       Top = 53
  320.       Width = 36
  321.       Height = 16
  322.       Caption = 'Go to:'
  323.     end
  324.     object ComboBox2: TComboBox
  325.       Left = 49
  326.       Top = 45
  327.       Width = 61
  328.       Height = 24
  329.       Hint = 'Click on any page number to go directly to that page.'
  330.       ItemHeight = 16
  331.       ParentShowHint = False
  332.       ShowHint = True
  333.       TabOrder = 0
  334.       Text = '1'
  335.       OnChange = ComboBox2Change
  336.     end
  337.     object BitBtn10: TBitBtn
  338.       Left = 128
  339.       Top = 16
  340.       Width = 119
  341.       Height = 27
  342.       Hint = 'Print only the current page displayed at left'
  343.       Caption = 'Print Page'
  344.       ParentShowHint = False
  345.       ShowHint = True
  346.       TabOrder = 1
  347.       OnClick = BitBtn10Click
  348.       Glyph.Data = {
  349.         76010000424D7601000000000000760000002800000020000000100000000100
  350.         0400000000000001000000000000000000001000000010000000000000000000
  351.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  352.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  353.         0003377777777777777308888888888888807F33333333333337088888888888
  354.         88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
  355.         8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
  356.         8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
  357.         03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  358.         03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  359.         33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
  360.         33333337FFFF7733333333300000033333333337777773333333}
  361.       NumGlyphs = 2
  362.     end
  363.     object BitBtn7: TBitBtn
  364.       Left = 128
  365.       Top = 45
  366.       Width = 119
  367.       Height = 25
  368.       Hint = 'Save the current page as an image file'
  369.       Caption = 'Save Page'
  370.       ParentShowHint = False
  371.       ShowHint = True
  372.       TabOrder = 2
  373.       OnClick = BitBtn7Click
  374.       Glyph.Data = {
  375.         76010000424D7601000000000000760000002800000020000000100000000100
  376.         04000000000000010000130B0000130B00001000000000000000000000000000
  377.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  378.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333330070
  379.         7700333333337777777733333333008088003333333377F73377333333330088
  380.         88003333333377FFFF7733333333000000003FFFFFFF77777777000000000000
  381.         000077777777777777770FFFFFFF0FFFFFF07F3333337F3333370FFFFFFF0FFF
  382.         FFF07F3FF3FF7FFFFFF70F00F0080CCC9CC07F773773777777770FFFFFFFF039
  383.         99337F3FFFF3F7F777F30F0000F0F09999937F7777373777777F0FFFFFFFF999
  384.         99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  385.         99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  386.         93337FFFF7737777733300000033333333337777773333333333}
  387.       NumGlyphs = 2
  388.     end
  389.   end
  390.   object GroupBox4: TGroupBox
  391.     Left = 512
  392.     Top = 333
  393.     Width = 257
  394.     Height = 99
  395.     Caption = 'Document'
  396.     TabOrder = 2
  397.     object Label9: TLabel
  398.       Left = 12
  399.       Top = 26
  400.       Width = 101
  401.       Height = 16
  402.       Caption = 'Page Orientation:'
  403.     end
  404.     object Label11: TLabel
  405.       Left = 6
  406.       Top = 54
  407.       Width = 107
  408.       Height = 16
  409.       Caption = 'Image Positioning:'
  410.     end
  411.     object ComboBox3: TComboBox
  412.       Left = 138
  413.       Top = 15
  414.       Width = 109
  415.       Height = 24
  416.       Hint = 
  417.         'Select portrait if images are to be printed on the paper normall' +
  418.         'y.  Select landscape to rotate the paper 90 degrees.'
  419.       ItemHeight = 16
  420.       Items.Strings = (
  421.         'Portrait'
  422.         'Landscape')
  423.       ParentShowHint = False
  424.       ShowHint = True
  425.       TabOrder = 0
  426.       Text = 'Portrait'
  427.       OnChange = ComboBox3Change
  428.     end
  429.     object ComboBox5: TComboBox
  430.       Left = 138
  431.       Top = 44
  432.       Width = 109
  433.       Height = 24
  434.       Hint = 
  435.         'Manual - one image per page at specified location.  Compact - mi' +
  436.         'nimizes paper coverage by clustering in upper left.  Center - sp' +
  437.         'ace as far apart as possible and center on page.  Template - mat' +
  438.         'ch sample on main screen.  Optimize - rearrange print order.'
  439.       ItemHeight = 16
  440.       Items.Strings = (
  441.         'Center'
  442.         'Compact'
  443.         'Template'
  444.         'Optimize'
  445.         'Manual'
  446.         'Freehand')
  447.       ParentShowHint = False
  448.       ShowHint = True
  449.       TabOrder = 1
  450.       Text = 'Center'
  451.       OnChange = ComboBox5Change
  452.     end
  453.     object CheckBox1: TCheckBox
  454.       Left = 20
  455.       Top = 76
  456.       Width = 227
  457.       Height = 21
  458.       Hint = 
  459.         'Check this box to print the file name, image size, and file date' +
  460.         ' below each image on the printed page.'
  461.       Caption = 'Print image/file information'
  462.       ParentShowHint = False
  463.       ShowHint = True
  464.       TabOrder = 2
  465.       OnClick = CheckBox1Click
  466.     end
  467.   end
  468.   object GroupBox5: TGroupBox
  469.     Left = 512
  470.     Top = 431
  471.     Width = 257
  472.     Height = 120
  473.     Caption = 'Editor'
  474.     TabOrder = 4
  475.     object Label8: TLabel
  476.       Left = 9
  477.       Top = 27
  478.       Width = 32
  479.       Height = 16
  480.       Caption = 'View:'
  481.     end
  482.     object ComboBox1: TComboBox
  483.       Left = 49
  484.       Top = 20
  485.       Width = 159
  486.       Height = 24
  487.       Hint = 
  488.         'Select "Templates Only" to show only the image name, location, a' +
  489.         'nd orientation (upright arrow).  "Selected Image" displays one i' +
  490.         'mage at a time.  "Thumbs/Small Images" displays only fast-loadin' +
  491.         'g images.  "All Images" displays all images on the page.'
  492.       ItemHeight = 16
  493.       Items.Strings = (
  494.         'Templates Only'
  495.         'Selected Image'
  496.         'Thumbs/Small Images'
  497.         'All Images')
  498.       ParentShowHint = False
  499.       ShowHint = True
  500.       TabOrder = 0
  501.       Text = 'Templates Only'
  502.       OnChange = ComboBox1Change
  503.       OnKeyDown = ComboBox1KeyDown
  504.     end
  505.     object BitBtn1: TBitBtn
  506.       Left = 9
  507.       Top = 53
  508.       Width = 119
  509.       Height = 27
  510.       Hint = 'Previous printed page.'
  511.       Caption = 'Prev Pg'
  512.       ParentShowHint = False
  513.       ShowHint = True
  514.       TabOrder = 1
  515.       OnClick = BitBtn1Click
  516.       Glyph.Data = {
  517.         76010000424D7601000000000000760000002800000020000000100000000100
  518.         0400000000000001000000000000000000001000000010000000000000000000
  519.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  520.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000333
  521.         3333333333777F33333333333309033333333333337F7F333333333333090333
  522.         33333333337F7F33333333333309033333333333337F7F333333333333090333
  523.         33333333337F7F33333333333309033333333333FF7F7FFFF333333000090000
  524.         3333333777737777F333333099999990333333373F3333373333333309999903
  525.         333333337F33337F33333333099999033333333373F333733333333330999033
  526.         3333333337F337F3333333333099903333333333373F37333333333333090333
  527.         33333333337F7F33333333333309033333333333337373333333333333303333
  528.         333333333337F333333333333330333333333333333733333333}
  529.       NumGlyphs = 2
  530.     end
  531.     object BitBtn2: TBitBtn
  532.       Left = 129
  533.       Top = 53
  534.       Width = 120
  535.       Height = 27
  536.       Hint = 'Next printed page.'
  537.       Caption = 'Next Pg'
  538.       ParentShowHint = False
  539.       ShowHint = True
  540.       TabOrder = 2
  541.       OnClick = BitBtn2Click
  542.       Glyph.Data = {
  543.         76010000424D7601000000000000760000002800000020000000100000000100
  544.         0400000000000001000000000000000000001000000010000000000000000000
  545.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  546.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  547.         333333333337F33333333333333033333333333333373F333333333333090333
  548.         33333333337F7F33333333333309033333333333337373F33333333330999033
  549.         3333333337F337F33333333330999033333333333733373F3333333309999903
  550.         333333337F33337F33333333099999033333333373333373F333333099999990
  551.         33333337FFFF3FF7F33333300009000033333337777F77773333333333090333
  552.         33333333337F7F33333333333309033333333333337F7F333333333333090333
  553.         33333333337F7F33333333333309033333333333337F7F333333333333090333
  554.         33333333337F7F33333333333300033333333333337773333333}
  555.       NumGlyphs = 2
  556.     end
  557.     object BitBtn8: TBitBtn
  558.       Left = 9
  559.       Top = 82
  560.       Width = 119
  561.       Height = 28
  562.       Hint = 
  563.         'Click only once.  Loading will stop after the current image fini' +
  564.         'shes loading.'
  565.       Caption = 'Stop Loading'
  566.       ParentShowHint = False
  567.       ShowHint = True
  568.       TabOrder = 3
  569.       Visible = False
  570.       OnClick = BitBtn8Click
  571.     end
  572.     object BitBtn6: TBitBtn
  573.       Left = 129
  574.       Top = 82
  575.       Width = 120
  576.       Height = 28
  577.       Caption = 'Done'
  578.       TabOrder = 4
  579.       OnClick = BitBtn6Click
  580.       Glyph.Data = {
  581.         76010000424D7601000000000000760000002800000020000000100000000100
  582.         0400000000000001000000000000000000001000000010000000000000000000
  583.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  584.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  585.         03333377777777777F333301111111110333337F333333337F33330111111111
  586.         0333337F333333337F333301111111110333337F333333337F33330111111111
  587.         0333337F333333337F333301111111110333337F333333337F33330111111111
  588.         0333337F3333333F7F333301111111B10333337F333333737F33330111111111
  589.         0333337F333333337F333301111111110333337F33FFFFF37F3333011EEEEE11
  590.         0333337F377777F37F3333011EEEEE110333337F37FFF7F37F3333011EEEEE11
  591.         0333337F377777337F333301111111110333337F333333337F33330111111111
  592.         0333337FFFFFFFFF7F3333000000000003333377777777777333}
  593.       NumGlyphs = 2
  594.     end
  595.   end
  596.   object PopupMenu1: TPopupMenu
  597.     OnPopup = PopupMenu1Popup
  598.     Left = 384
  599.     Top = 408
  600.     object Increasesize1: TMenuItem
  601.       Caption = 'LARGER'
  602.       Hint = 'Increase the horizontal and vertical bounds by 25%'
  603.       ShortCut = 16460
  604.       OnClick = Increasesize1Click
  605.     end
  606.     object Decreasesize1: TMenuItem
  607.       Caption = 'SMALLER'
  608.       Hint = 'Decrease the horizontal and vertical bounds by 25%'
  609.       ShortCut = 16467
  610.       OnClick = Decreasesize1Click
  611.     end
  612.     object ROTATE90degrees1: TMenuItem
  613.       Caption = 'ROTATE 90 degrees'
  614.       Hint = 'Rotate selected image 90 degrees'
  615.       ShortCut = 16466
  616.       OnClick = ROTATE90degrees1Click
  617.     end
  618.     object Pushtonextpage1: TMenuItem
  619.       Caption = 'PUSH to next page'
  620.       Hint = 
  621.         'Insert a page break on the current image, pushing it to the next' +
  622.         ' page'
  623.       ShortCut = 16464
  624.       OnClick = Pushtonextpage1Click
  625.     end
  626.     object Viewfullscreen1: TMenuItem
  627.       Caption = 'VIEW full screen'
  628.       Hint = 'View the selected image in full screen mode'
  629.       OnClick = Viewfullscreen1Click
  630.     end
  631.     object Copytoclipboard1: TMenuItem
  632.       Caption = 'COPY to clipboard'
  633.       Hint = 'Copy the selected image to the Qimage clipboard'
  634.       ShortCut = 16451
  635.       OnClick = Copytoclipboard1Click
  636.     end
  637.     object Cuttoclipboard1: TMenuItem
  638.       Caption = 'CUT to clipboard'
  639.       Hint = 'Remove the selected image and place onto the Qimage clipboard'
  640.       ShortCut = 16472
  641.       OnClick = Cuttoclipboard1Click
  642.     end
  643.     object Pastefromclipboard1: TMenuItem
  644.       Caption = 'PASTE before'
  645.       Hint = 
  646.         'Paste the image in the Qimage clipboard in front of the selected' +
  647.         ' image'
  648.       ShortCut = 16469
  649.       OnClick = Pastefromclipboard1Click
  650.     end
  651.     object Pasteafter1: TMenuItem
  652.       Caption = 'PASTE after'
  653.       ShortCut = 16470
  654.       OnClick = Pasteafter1Click
  655.     end
  656.     object EditANNOTATION1: TMenuItem
  657.       Caption = 'TEXT annotation'
  658.       ShortCut = 16468
  659.       OnClick = EditANNOTATION1Click
  660.     end
  661.     object BATCHFilter1: TMenuItem
  662.       Caption = 'FILTER (cutout, enhance, etc)'
  663.       ShortCut = 16454
  664.       OnClick = BATCHFilter1Click
  665.     end
  666.   end
  667. end
  668.